std::cosh
From Cppreference
| Defined in header
<cmath> | ||
| float cosh( float arg );
| ||
| double cosh( double arg );
| ||
| long double cosh( long double arg );
| ||
Computes hyperbolic cosine of arg
Parameters
| arg | - | floating point value |
Return value
hyperbolic cosine of arg
See also
| hyperbolic sine (function) | ||
| hyperbolic tangent (function) | ||
| hyperbolic arc cosine (function) | ||